| Package | Description |
|---|---|
| org.apache.cxf.management.web.logging.atom |
Support for producing logs in
ATOM Syndication Format.
|
| org.apache.cxf.management.web.logging.atom.deliverer |
| Modifier and Type | Method and Description |
|---|---|
void |
AtomPushBean.setDeliverer(Deliverer deliverer)
Set initialized deliverer.
|
| Constructor and Description |
|---|
AtomPushHandler(int batchSize,
Converter converter,
Deliverer deliverer)
Creates handler with custom parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RetryingDeliverer
Wrapper on other deliverer retrying delivery in case of failure.
|
class |
WebClientDeliverer
Marshaling and delivering based on JAXRS' WebClient.
|
| Constructor and Description |
|---|
RetryingDeliverer(Deliverer worker,
int timeout,
int pause,
boolean linear)
Creates retrying deliverer with predefined retry strategy.
|
RetryingDeliverer(Deliverer worker,
int timeout,
RetryingDeliverer.PauseCalculator strategy)
Creates retrying deliverer with custom retry strategy.
|
Apache CXF