Interface EndpointRequiredDefinition

All Known Implementing Classes:
FromDefinition, InOnlyDefinition, InOutDefinition, SagaActionUriDefinition, SendDefinition, ToDefinition

public interface EndpointRequiredDefinition
A ProcessorDefinition that requires to be configured with an Endpoint such as SendDefinition.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the uri of the endpoint used by this definition.
  • Method Details

    • getEndpointUri

      String getEndpointUri()
      Gets the uri of the endpoint used by this definition.