Packages

  • package root
    Definition Classes
    root
  • object KafkaConsumerExample extends App

    This is an example of how to use the container for a microservice that is a consumer of Kafka messages.

    This is an example of how to use the container for a microservice that is a consumer of Kafka messages. The example does NOT run standalone as it is an example and depends on an environment where this a running Zookeeper and Kafka instances. See https://github.com/sclasen/akka-kafka for more information on the consumer.

    Definition Classes
    root
  • KafkaConsumerManager
  • Printer

class Printer extends Actor

Linear Supertypes
Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Printer
  2. Actor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Printer()

Type Members

  1. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor

Value Members

  1. implicit val context: ActorContext
    Definition Classes
    Actor
  2. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  3. def postStop(): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  4. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  5. def preStart(): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  6. def receive: PartialFunction[Any, Unit]
    Definition Classes
    Printer → Actor
  7. implicit final val self: ActorRef
    Definition Classes
    Actor
  8. final def sender(): ActorRef
    Definition Classes
    Actor
  9. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  10. def unhandled(message: Any): Unit
    Definition Classes
    Actor