Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Akka.event Classes and Interfaces - 83 results found.
NameDescriptionTypePackageFramework
ActorClassificationInterfaceakka.eventAkka
ActorClassificationUnsubscriber Watches all actors which subscribe on the given event stream, and unsubscribes them from it when they are Terminated.Classakka.eventAkka
ActorClassificationUnsubscriber$ Provides factory for ActorClassificationUnsubscriber actors with **unique names**.Classakka.eventAkka
ActorClassificationUnsubscriber .RegisterClassakka.event.ActorClassificationUnsubscriberAkka
ActorClassificationUnsubscriber .Register$Classakka.event.ActorClassificationUnsubscriberAkka
ActorClassificationUnsubscriber .UnregisterClassakka.event.ActorClassificationUnsubscriberAkka
ActorClassificationUnsubscriber .Unregister$Classakka.event.ActorClassificationUnsubscriberAkka
ActorEventBusInterfaceakka.eventAkka
ActorEventBusJava API: See documentation for ActorClassification An EventBus where the Subscribers are ActorRefs and the Classifier is ActorRefClassakka.event.japiAkka
AddressTerminatedTopicClassakka.eventAkka
AddressTerminatedTopic$ Watchers of remote actor references register themselves as subscribers of AddressTerminated notifications.Classakka.eventAkka
BusLoggingLoggingAdapter that publishes Logging.Classakka.eventAkka
DeadLetterListenerClassakka.eventAkka
DefaultLoggingFilterDefault LoggingFilter that uses the logLevel of the eventStream, which initial value is defined in configuration.Classakka.eventAkka
DiagnosticLoggingAdapterLoggingAdapter extension which adds MDC support.Interfaceakka.eventAkka
DummyClassForStringSourcesThis is a “marker” class which is inserted as originator class into Logging.Classakka.eventAkka
EventBusRepresents the base type for EventBuses Internally has an Event type, a Classifier type and a Subscriber typeInterfaceakka.eventAkka
EventBusJava API: See documentation for EventBus E is the Event typeInterfaceakka.event.japiAkka
EventStreamClassakka.eventAkka
EventStream$Classakka.eventAkka
EventStreamUnsubscriber Watches all actors which subscribe on the given eventStream, and unsubscribes them from it when they are Terminated.Classakka.eventAkka
EventStreamUnsubscriber$ Provides factory for EventStreamUnsubscriber actors with **unique names**.Classakka.eventAkka
EventStreamUnsubscriber .RegisterClassakka.event.EventStreamUnsubscriberAkka
EventStreamUnsubscriber .Register$Classakka.event.EventStreamUnsubscriberAkka
EventStreamUnsubscriber .UnregisterIfNoMoreSubscribedChannelsClassakka.event.EventStreamUnsubscriberAkka
EventStreamUnsubscriber .UnregisterIfNoMoreSubscribedChannels$Classakka.event.EventStreamUnsubscriberAkka
LoggerClassakka.event.slf4jAkka
Logger$Classakka.event.slf4jAkka
LoggerMailboxClassakka.eventAkka
LoggerMailboxTypeClassakka.eventAkka
LoggingMain entry point for Akka logging: log levels and message types (aka channels) defined for the main transport medium, the main event bus.Classakka.eventAkka
Logging$Main entry point for Akka logging: log levels and message types (aka channels) defined for the main transport medium, the main event bus.Classakka.eventAkka
Logging .DebugClassakka.event.LoggingAkka
Logging .Debug$Classakka.event.LoggingAkka
Logging .Debug2Classakka.event.LoggingAkka
Logging .DefaultLoggerActor wrapper around the standard output logger.Classakka.event.LoggingAkka
Logging .ErrorClassakka.event.LoggingAkka
Logging .Error$Classakka.event.LoggingAkka
Logging .Error .NoCause$Null Object used for errors without cause ThrowableSee Also:Serialized FormClassakka.event.Logging.ErrorAkka
Logging .Error2Classakka.event.LoggingAkka
Logging .Error2$Classakka.event.LoggingAkka
Logging .Extension$Classakka.event.LoggingAkka
Logging .InfoClassakka.event.LoggingAkka
Logging .Info$Classakka.event.LoggingAkka
Logging .Info2Classakka.event.LoggingAkka
Logging .InitializeLoggerMessage which is sent to each default logger (i.Classakka.event.LoggingAkka
Logging .InitializeLogger$Classakka.event.LoggingAkka
Logging .LogEventBase type of LogEventsJava API: Retrieve the contents of the MDC.Interfaceakka.event.LoggingAkka
Logging .LogEventExceptionException that wraps a LogEvent.Classakka.event.LoggingAkka
Logging .LogExtClassakka.event.LoggingAkka
Logging .LoggerExceptionArtificial exception injected into Error events if no Throwable is supplied; used for getting a stack dump of error locations.Classakka.event.LoggingAkka
Logging .LoggerInitializationExceptionLoggerInitializationException is thrown to indicate that there was a problem initializing a loggerSee Also:Serialized FormClassakka.event.LoggingAkka
Logging .LoggerInitializedResponse message each logger must send within 1 second after receiving the InitializeLogger request.Classakka.event.LoggingAkka
Logging .LoggerInitialized$Classakka.event.LoggingAkka
Logging .LogLevelMarker trait for annotating LogLevel, which must be Int after erasure.Classakka.event.LoggingAkka
Logging .LogLevel$Classakka.event.LoggingAkka
Logging .SerializedStandardOutLoggerClassakka.event.LoggingAkka
Logging .StandardOutLoggerActor-less logging implementation for synchronous logging to standard output.Classakka.event.LoggingAkka
Logging .StdOutLoggerInterfaceakka.event.LoggingAkka
Logging .WarningClassakka.event.LoggingAkka
Logging .Warning$Classakka.event.LoggingAkka
Logging .Warning2Classakka.event.LoggingAkka
LoggingAdapterLogging wrapper to make nicer and optimize: provide template versions which evaluate .Interfaceakka.eventAkka
LoggingBusThis trait brings log level handling to the EventStream: it reads the log levels for the initial logging (StandardOutLogger) and the loggers & levelInterfaceakka.eventAkka
LoggingFilterFilter of log events that is used by the LoggingAdapter before publishing log events to the eventStream.Interfaceakka.eventAkka
LoggingReceiveThis decorator adds invocation logging to a Receive function.Classakka.eventAkka
LoggingReceive$Classakka.eventAkka
LogSourceThis trait defines the interface to be provided by a “log source formatting rule” as used by Logging’s apply/create method.Interfaceakka.eventAkka
LogSource$This object holds predefined formatting rules for log sources.Classakka.eventAkka
LookupClassificationMaps Subscribers to Classifiers using equality on Classifier to store a Set of Subscribers (hence the need for compareSubscribers) Maps Events to Classifiers through the classify-method (so it knows who to publish to)Interfaceakka.eventAkka
LookupEventBusJava API: See documentation for LookupClassification E is the Event typeClassakka.event.japiAkka
ManagedActorClassificationMaps ActorRefs to ActorRefs to form an EventBus where ActorRefs can listen to other ActorRefs.Interfaceakka.eventAkka
ManagedActorClassification .ManagedActorClassificationMappingsClassakka.event.ManagedActorClassificationAkka
ManagedActorEventBusJava API: See documentation for ManagedActorClassification An EventBus where the Subscribers are ActorRefs and the Classifier is ActorRefClassakka.event.japiAkka
NoLoggingClassakka.eventAkka
NoLogging$Classakka.eventAkka
ScanningClassificationMaps Classifiers to Subscribers and selects which Subscriber should receive which publication through scanning through all Subscribers through the matches(classifier, event) methodInterfaceakka.eventAkka
ScanningEventBusJava API: See documentation for ScanningClassification E is the Event typeClassakka.event.japiAkka
Slf4jLogger The thread in which the logging was performed is captured in Mapped Diagnostic Context (MDC) with attribute name "sourceThread".Classakka.event.slf4jAkka
SLF4JLoggingBase trait for all classes that wants to be able use the SLF4J logging infrastructure.Interfaceakka.event.slf4jAkka
Slf4jLoggingFilterLoggingFilter that uses the log level defined in the SLF4J backend configuration (e.Classakka.event.slf4jAkka
SubchannelClassificationClassification which respects relationships between channels: subscribing to one channel automatically and idempotently subscribes to all sub-channels.Interfaceakka.eventAkka
SubchannelEventBusJava API: See documentation for SubchannelClassification E is the Event typeClassakka.event.japiAkka