EndpointConnectorType

PackageAxial.Process

Specification

Kind
Type
Members
4
Examples
0
ConnectSignature
EndpointConnector.Connect(source, target)
ConnectSignature
EndpointConnector.Connect(source, next)
ConnectSignature
EndpointConnector.Connect(source, next)
ToSpecificationSignature
EndpointConnector.ToSpecification(source)

Summary

NameSignatureSynopsis
ConnectEndpointConnector.Connect(source, target)No description available.
ConnectEndpointConnector.Connect(source, next)No description available.
ConnectEndpointConnector.Connect(source, next)No description available.
ToSpecificationEndpointConnector.ToSpecification(source)No description available.

Connect

EndpointConnector.Connect(source, target)
Member

Parameters

NameTypeDescription
sourceProcessSpec
targetOutputTarget

Returns

Flow<'a, ProcessError, ProcessResult>

Connect

EndpointConnector.Connect(source, next)
Member

Parameters

NameTypeDescription
sourceProcessSpec
nextProcessSpec

Returns

ProcessSpec

Connect

EndpointConnector.Connect(source, next)
Member

Parameters

NameTypeDescription
sourceInputSource
nextProcessSpec

Returns

ProcessSpec

ToSpecification

EndpointConnector.ToSpecification(source)
Member

Parameters

NameTypeDescription
sourceProcessSpec

Returns

ProcessSpec