Skip to main content

Module v1

Module v1 

Source

Structs§

LifecycleReadServiceClient
Client for this service.
LifecycleReadServiceServer
Monomorphic dispatcher for LifecycleReadService.

Constants§

LIFECYCLE_READ_SERVICE_GET_FLOW_BY_ID_SPEC
Static Spec for the server-side GetFlowById RPC.
LIFECYCLE_READ_SERVICE_LIST_FLOWS_BY_TX_SPEC
Static Spec for the server-side ListFlowsByTx RPC.
LIFECYCLE_READ_SERVICE_LIST_FLOWS_SPEC
Static Spec for the server-side ListFlows RPC.
LIFECYCLE_READ_SERVICE_SERVICE_NAME
Full service name for this service.

Traits§

LifecycleReadService
LifecycleReadService exposes lifecycle flow lookup and listing APIs.
LifecycleReadServiceExt
Extension trait for registering a service implementation with a Router.

Type Aliases§

OwnedGetFlowByIdRequestView
Shorthand for OwnedView<GetFlowByIdRequestView<'static>>.
OwnedGetFlowResponseView
Shorthand for OwnedView<GetFlowResponseView<'static>>.
OwnedListFlowsByTxRequestView
Shorthand for OwnedView<ListFlowsByTxRequestView<'static>>.
OwnedListFlowsByTxResponseView
Shorthand for OwnedView<ListFlowsByTxResponseView<'static>>.
OwnedListFlowsRequestView
Shorthand for OwnedView<ListFlowsRequestView<'static>>.
OwnedListFlowsResponseView
Shorthand for OwnedView<ListFlowsResponseView<'static>>.