-
public final class BackgroundServiceEvent.BackgroundServiceEventReceivedEvent extends BackgroundServiceEvent
Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording.
-
-
Field Summary
Fields Modifier and Type Field Description private final BackgroundServiceEventbackgroundServiceEvent
-
Constructor Summary
Constructors Constructor Description BackgroundServiceEventReceivedEvent(BackgroundServiceEvent backgroundServiceEvent)
-
Method Summary
Modifier and Type Method Description final BackgroundServiceEventcomponent1()final BackgroundServiceEvent.BackgroundServiceEventReceivedEventcopy(BackgroundServiceEvent backgroundServiceEvent)final BackgroundServiceEventgetBackgroundServiceEvent()-
-
Constructor Detail
-
BackgroundServiceEventReceivedEvent
BackgroundServiceEventReceivedEvent(BackgroundServiceEvent backgroundServiceEvent)
-
-
Method Detail
-
component1
final BackgroundServiceEvent component1()
-
copy
final BackgroundServiceEvent.BackgroundServiceEventReceivedEvent copy(BackgroundServiceEvent backgroundServiceEvent)
-
getBackgroundServiceEvent
final BackgroundServiceEvent getBackgroundServiceEvent()
-
-
-
-