Interface ControllerEvent

    • Method Detail

      • getKey

        java.lang.String getKey()
        Method to get routing key for the event.
        Returns:
        return the routing key that should be used.
      • process

        java.util.concurrent.CompletableFuture<java.lang.Void> process​(RequestProcessor processor)