public class EventForwarderQueueImpl extends Object implements EventForwarder
| Constructor and Description |
|---|
EventForwarderQueueImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
ElasticSearchInitialiser |
getElasticSearchInitialiser() |
EventToIndex |
getEventToIndex() |
Integer |
getMaxQueueLength() |
void |
init() |
void |
sendNow(Event event)
Called by a service to send an event to eventd
|
void |
sendNow(Log arg0)
Called by a service to send a set of events to eventd
|
void |
setElasticSearchInitialiser(ElasticSearchInitialiser elasticSearchInitialiser) |
void |
setEventToIndex(EventToIndex eventToIndex) |
void |
setMaxQueueLength(Integer maxQueueLength) |
public EventToIndex getEventToIndex()
public void setEventToIndex(EventToIndex eventToIndex)
public Integer getMaxQueueLength()
public void setMaxQueueLength(Integer maxQueueLength)
public void sendNow(Event event)
EventForwardersendNow in interface EventForwarderevent - a Event object.public void sendNow(Log arg0)
EventForwardersendNow in interface EventForwarderarg0 - a Log object.public void init()
public void destroy()
public ElasticSearchInitialiser getElasticSearchInitialiser()
public void setElasticSearchInitialiser(ElasticSearchInitialiser elasticSearchInitialiser)
elasticSearchInitialiser - the elasticSearchInitialiser to setCopyright © 2017. All rights reserved.