Skip to main content

FromRfcServerCallNode

Namespace: Meshmakers.Octo.Communication.Adapters.Sap.Nodes.Trigger

Node that triggers the pipeline when an RFC server call is received.

public class FromRfcServerCallNode : ITriggerPipelineNode

Inheritance ObjectFromRfcServerCallNode
Implements ITriggerPipelineNode

Constructors

FromRfcServerCallNode(ISapService)

Initializes a new instance of the FromRfcServerCallNode class.

public FromRfcServerCallNode(ISapService sapService)

Parameters

sapService ISapService
The SAP service instance.

Methods

StartAsync(ITriggerContext)

public Task StartAsync(ITriggerContext context)

Parameters

context ITriggerContext

Returns

Task

StopAsync(ITriggerContext)

public Task StopAsync(ITriggerContext context)

Parameters

context ITriggerContext

Returns

Task