com.netflix.eventbus.spi
Interface SubscriberConfigProvider.SubscriberConfig

Enclosing interface:
SubscriberConfigProvider

public static interface SubscriberConfigProvider.SubscriberConfig

Configuration for a subscriber. Any property that can be configured by Subscribe can also be configured here.


Method Summary
 int getBatchAge()
           
 Subscribe.BatchingStrategy getBatchingStrategy()
           
 int getBatchSize()
           
 int getQueueSize()
           
 boolean syncIfAllowed()
           
 

Method Detail

getBatchingStrategy

Subscribe.BatchingStrategy getBatchingStrategy()

getBatchAge

int getBatchAge()

getBatchSize

int getBatchSize()

getQueueSize

int getQueueSize()

syncIfAllowed

boolean syncIfAllowed()