Class TestAggregatorJaxRs
java.lang.Object
org.glassfish.jersey.examples.aggregator.AbstractTestAggregator
org.glassfish.jersey.examples.aggregator.TestAggregatorJaxRs
- All Implemented Interfaces:
DataAggregator
Fake message aggregator used for testing purposes pointing to SSE event stream implemented using Jersey-specific API.
- Author:
- Marek Potociar, Adam Lindenthal
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.jersey.examples.aggregator.AbstractTestAggregator
start, stop
-
Constructor Details
-
TestAggregatorJaxRs
-
-
Method Details
-
getPath
Description copied from class:AbstractTestAggregatorGet relative path to the event stream.- Specified by:
getPathin classAbstractTestAggregator
-
getPrefix
Description copied from class:AbstractTestAggregatorGet message prefix to identify the concrete aggregator.- Specified by:
getPrefixin classAbstractTestAggregator- Returns:
- message prefix (aggregator qualifier)
-