AdfSenderConnector (adf_sender_connector v0.4.1)
View SourceClient for ADF Channel Sender
Summary
Functions
Request a channel close
Request a channel registration
Request a message delivery by creating a protocol message with the data provided
Types
Functions
@spec channel_close(channel_ref()) :: {:ok, map()} | {:error, any()}
Request a channel close
@spec channel_registration(application_ref(), user_ref()) :: {:ok, map()} | {:error, any()}
Request a channel registration
@spec route_message( channel_ref(), message_id(), correlation_id(), message() | message_data(), event_name() ) :: {:ok, map()} | {:error, any()}
Request a message delivery by creating a protocol message with the data provided