Package akka.javasdk.consumer


package akka.javasdk.consumer
Consumer component.
  • Class
    Description
    Consumers are stateless components that enable stream-based interaction between Akka services and other systems.
    An Effect is a description of what the runtime needs to do after a message is handled.
    Builder for constructing Consumer effects that describe what the runtime should do after message processing.
    Context for an incoming message.
    A message envelope.