SubscriptionFilterOptions

sec.api.SubscriptionFilterOptions$
See theSubscriptionFilterOptions companion class

Attributes

Companion:
class
Source:
filter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(filter: EventFilter, maxSearchWindow: Option[Int], checkpointIntervalMultiplier: Int): SubscriptionFilterOptions

Attributes

checkpointIntervalMultiplier

The checkpoint interval is multiplied by the max search window to determine the number of events after which to checkpoint. Minimum valid value is 1 and if provided value is less then 1 is used.

filter

See EventFilter.

maxSearchWindow

Maximum number of events to read that do not match the filter. Minimum valid value is 1 and if provided value is less then 1 is used.

Source:
filter.scala