Uses of Interface
org.hcjf.events.DistributedEvent
-
Packages that use DistributedEvent Package Description org.hcjf.cloud org.hcjf.cloud.impl org.hcjf.cloud.impl.messages org.hcjf.cloud.impl.network org.hcjf.events -
-
Uses of DistributedEvent in org.hcjf.cloud
Methods in org.hcjf.cloud with parameters of type DistributedEvent Modifier and Type Method Description static voidCloud. dispatchEvent(DistributedEvent event)Dispatch the event instance to the cloud.voidCloudServiceImpl. dispatchEvent(DistributedEvent event)Dispatch the event instance to the cloud. -
Uses of DistributedEvent in org.hcjf.cloud.impl
Methods in org.hcjf.cloud.impl with parameters of type DistributedEvent Modifier and Type Method Description voidDefaultCloudServiceImpl. dispatchEvent(DistributedEvent event)Dispatch the event instance to the cloud. -
Uses of DistributedEvent in org.hcjf.cloud.impl.messages
Fields in org.hcjf.cloud.impl.messages declared as DistributedEvent Modifier and Type Field Description DistributedEventEventMessage. eventMethods in org.hcjf.cloud.impl.messages that return DistributedEvent Modifier and Type Method Description DistributedEventEventMessage. getEvent()Methods in org.hcjf.cloud.impl.messages with parameters of type DistributedEvent Modifier and Type Method Description voidEventMessage. setEvent(DistributedEvent event) -
Uses of DistributedEvent in org.hcjf.cloud.impl.network
Methods in org.hcjf.cloud.impl.network with parameters of type DistributedEvent Modifier and Type Method Description voidCloudOrchestrator. dispatchEvent(DistributedEvent event) -
Uses of DistributedEvent in org.hcjf.events
Methods in org.hcjf.events that return DistributedEvent Modifier and Type Method Description DistributedEventRemoteEvent. getEvent()Constructors in org.hcjf.events with parameters of type DistributedEvent Constructor Description RemoteEvent(DistributedEvent event)
-