Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Akka.camel Classes and Interfaces - 74 results found.
NameDescriptionTypePackageFramework
AckPositive acknowledgement message (used for application-acknowledged message receipts).Classakka.camelAkka
Ack$Positive acknowledgement message (used for application-acknowledged message receipts).Classakka.camelAkka
ActivationActivation trait that can be used to wait on activation or de-activation of Camel endpoints.Interfaceakka.camelAkka
ActivationProtocolClassakka.camel.internalAkka
ActivationProtocol$Classakka.camel.internalAkka
ActivationProtocol .ActivationMessageSuper class of all activation messages.Classakka.camel.internal.ActivationProtocolAkka
ActivationProtocol .ActivationMessage$ companion object of ActivationMessageSee Also:Serialized FormClassakka.camel.internal.ActivationProtocolAkka
ActivationProtocol .EndpointActivated Event message indicating that a single endpoint has been activated.Classakka.camel.internal.ActivationProtocolAkka
ActivationProtocol .EndpointActivated$Classakka.camel.internal.ActivationProtocolAkka
ActivationProtocol .EndpointDeActivated Event message indicating that a single endpoint was de-activated.Classakka.camel.internal.ActivationProtocolAkka
ActivationProtocol .EndpointDeActivated$Classakka.camel.internal.ActivationProtocolAkka
ActivationProtocol .EndpointFailedToActivate Event message indicating that a single endpoint failed to activate.Classakka.camel.internal.ActivationProtocolAkka
ActivationProtocol .EndpointFailedToActivate$Classakka.camel.internal.ActivationProtocolAkka
ActivationProtocol .EndpointFailedToDeActivate Event message indicating that a single endpoint failed to de-activate.Classakka.camel.internal.ActivationProtocolAkka
ActivationProtocol .EndpointFailedToDeActivate$Classakka.camel.internal.ActivationProtocolAkka
ActivationTracker An actor that tracks activation and de-activation of endpoints.Classakka.camel.internalAkka
ActorActivationException Thrown by the registrars to indicate that the actor could not be activated.Classakka.camel.internalAkka
ActorComponent Creates Camel Endpoints that send messages to Consumer actors through an ActorProducer.Classakka.camel.internal.componentAkka
ActorDeActivationException Thrown by registrars to indicate that the actor could not be de-activated.Classakka.camel.internalAkka
ActorEndpoint Does what an endpoint does, creates consumers and producers for the component.Classakka.camel.internal.componentAkka
ActorEndpointConfig Configures the ActorEndpoint.Interfaceakka.camel.internal.componentAkka
ActorEndpointPath An endpoint to an ActorRef param: actorPath the String representation of the path to the actorClassakka.camel.internal.componentAkka
ActorEndpointPath$ Companion of ActorEndpointPathSee Also:Serialized FormClassakka.camel.internal.componentAkka
ActorNotRegisteredExceptionThrown to indicate that the actor referenced by an endpoint URI cannot be found in the actor system.Classakka.camelAkka
ActorProducerSends the in-message of an exchange to an untyped actor, identified by an ActorEndpointSee Also:ActorComponent, Classakka.camel.internal.componentAkka
ActorRouteDefinitionWraps a ProcessorDefinition.Classakka.camelAkka
AkkaCamelExceptionAn exception indicating that the exchange to the camel endpoint failed.Classakka.camelAkka
AwaitActivation A request message to the ActivationTracker for the status of activation.Classakka.camel.internalAkka
AwaitActivation$Classakka.camel.internalAkka
AwaitDeActivation A request message to the ActivationTracker for the status of de-activation.Classakka.camel.internalAkka
AwaitDeActivation$Classakka.camel.internalAkka
CamelCamel trait encapsulates the underlying camel machinery.Interfaceakka.camelAkka
CamelExchangeAdapter Adapter for converting an Exchange to and from CamelMessage and FailureResult objects.Classakka.camel.internalAkka
CamelExtensionThis class can be used to get hold of an instance of the Camel class bound to the actor system.Classakka.camelAkka
CamelExtension$This class can be used to get hold of an instance of the Camel class bound to the actor system.Classakka.camelAkka
CamelMessageAn immutable representation of a Camel message.Classakka.camelAkka
CamelMessage$Companion object of CamelMessage class.Classakka.camelAkka
CamelPathConverts ActorRefs and actorPaths to URI's that point to the actor through the Camel Actor Component.Classakka.camel.internal.componentAkka
CamelPath$Converts ActorRefs and actorPaths to URI's that point to the actor through the Camel Actor Component.Classakka.camel.internal.componentAkka
CamelSettingsSettings for the Camel Extension param: config the configClassakka.camelAkka
CamelSupervisorClassakka.camel.internalAkka
CamelSupervisor$ Messages for the camel supervisor, registrations and de-registrations.Classakka.camel.internalAkka
CamelSupervisor .AddWatch Adds a watch for the actorSee Also:Serialized FormClassakka.camel.internal.CamelSupervisorAkka
CamelSupervisor .AddWatch$Classakka.camel.internal.CamelSupervisorAkka
CamelSupervisor .CamelProducerObjects Provides a Producer with the required camel objects to function.Classakka.camel.internal.CamelSupervisorAkka
CamelSupervisor .CamelProducerObjects$Classakka.camel.internal.CamelSupervisorAkka
CamelSupervisor .DeRegister De-registers a producer or a consumer.Classakka.camel.internal.CamelSupervisorAkka
CamelSupervisor .DeRegister$Classakka.camel.internal.CamelSupervisorAkka
CamelSupervisor .Register Registers a consumer or a producer.Classakka.camel.internal.CamelSupervisorAkka
CamelSupervisor .Register$Classakka.camel.internal.CamelSupervisorAkka
CamelSupport Returns a Camel trait which provides access to the CamelExtension.Interfaceakka.camelAkka
ConsumerMixed in by Actor implementations that consume message from Camel endpoints.Interfaceakka.camelAkka
Consumer$Classakka.camelAkka
ConsumerActorRouteBuilder Builder of a route to a target which can be an actor.Classakka.camel.internalAkka
ConsumerConfig Captures the configuration of the Consumer.Classakka.camelAkka
ConsumerConfig$Classakka.camelAkka
ConsumerRegistrar Registers Consumers.Classakka.camel.internalAkka
ContextProvider An instance of this class must be instantiable using a no-arg constructor.Interfaceakka.camelAkka
DefaultCamel Creates an instance of the Camel subsystem.Classakka.camel.internalAkka
DefaultContextProviderDefault implementation of ContextProvider Provides a new DefaultCamelContext per actor systemClassakka.camelAkka
DurationTypeConverterClassakka.camel.internal.componentAkka
DurationTypeConverter$Classakka.camel.internal.componentAkka
FailureResultClassakka.camelAkka
FailureResult$Classakka.camelAkka
MessageResultClassakka.camelAkka
MessageResult$Classakka.camelAkka
OnewayInterfaceakka.camelAkka
ProducerMixed in by Actor implementations to produce messages to Camel endpoints.Interfaceakka.camelAkka
ProducerRegistrar Registers Producers.Classakka.camel.internalAkka
ProducerSupportSupport trait for producing messages to Camel endpoints.Interfaceakka.camelAkka
ProducerSupport .ProducerChildClassakka.camel.ProducerSupportAkka
Registry Registry for Camel Consumers and Producers.Classakka.camel.internalAkka
UntypedConsumerActorSubclass this abstract class to create an MDB-style untyped consumer actor.Classakka.camel.javaapiAkka
UntypedProducerActorSubclass this abstract class to create an untyped producer actor.Classakka.camel.javaapiAkka