org.gcube.common.ghn.service.events
Interface ServiceEvent<T extends ServiceHandler<T>>

Type Parameters:
T - the type of ServiceHandlers
All Known Implementing Classes:
LifetimeEvent, RequestEvent, ResponseEvent, StartServiceEvent, StopServiceEvent

public interface ServiceEvent<T extends ServiceHandler<T>>

A tagging interface for events that relate to a managed app.

Events are passed to ServiceHandlers registered in Pipelines.

Author:
Fabio Simeoni
See Also:
ServiceHandler, Pipeline



Copyright © 2013. All Rights Reserved.