Interface EndpointUriResolver


public interface EndpointUriResolver
Resolves endpoint uri so we can send messages to dynamic endpoints. Resolver works on request message and chooses the target message endpoint according to message headers or payload.
Since:
1.4
Author:
Christoph Deppisch
  • Field Details

  • Method Details

    • resolveEndpointUri

      String resolveEndpointUri(Message message, String defaultUri)
      Get the dedicated message endpoint uri for this message.
      Parameters:
      message - the request message to send.
      defaultUri - the fallback uri in case no mapping was found.
      Returns:
      the endpoint uri String representation