Interface Persistent.CreateReq.AllOptions.FilterOptionsOrBuilder

    • Method Detail

      • hasStreamIdentifier

        boolean hasStreamIdentifier()
        .event_store.client.persistent_subscriptions.CreateReq.AllOptions.FilterOptions.Expression stream_identifier = 1;
        Returns:
        Whether the streamIdentifier field is set.
      • hasEventType

        boolean hasEventType()
        .event_store.client.persistent_subscriptions.CreateReq.AllOptions.FilterOptions.Expression event_type = 2;
        Returns:
        Whether the eventType field is set.
      • hasMax

        boolean hasMax()
        uint32 max = 3;
        Returns:
        Whether the max field is set.
      • getMax

        int getMax()
        uint32 max = 3;
        Returns:
        The max.
      • hasCount

        boolean hasCount()
        .event_store.client.Empty count = 4;
        Returns:
        Whether the count field is set.
      • getCount

        Shared.Empty getCount()
        .event_store.client.Empty count = 4;
        Returns:
        The count.
      • getCheckpointIntervalMultiplier

        int getCheckpointIntervalMultiplier()
        uint32 checkpointIntervalMultiplier = 5;
        Returns:
        The checkpointIntervalMultiplier.