interface PipelineStep
onInbound |
open suspend fun onInbound(: PipelineContext, : Message): Unit |
onOutbound |
open suspend fun onOutbound(: PipelineContext, : Message): Unit |
AuthStep |
class AuthStep : PipelineStep |
BlankStep |
class BlankStep : PipelineStep |
EchoStep |
class EchoStep : PipelineStep |
IdentityStep |
class IdentityStep : PipelineStep |
PlacementStep |
class PlacementStep : PipelineStep |
RoutingStep |
class RoutingStep : PipelineStep |
TransportStep |
class TransportStep : PipelineStep |
VerifyStep |
class VerifyStep : PipelineStep |