Interface UseCaseAdapter


  • public interface UseCaseAdapter
    A UseCaseAdapter has all necessary information, how to invoke the configured use cases. It was configured by UseCaseInvocationBuilder.
    • Method Detail

      • attachTo

        void attachTo​(SerializedMessageBus serializedMessageBus)
        Takes the use case invocation information from the UseCaseInvocationBuilder to subscribe the use cases onto the given SerializedMessageBus.
        Parameters:
        serializedMessageBus - the SerializedMessageBus to subscribe to