Interface Persistent.ListReq.OptionsOrBuilder

    • Method Detail

      • hasListAllSubscriptions

        boolean hasListAllSubscriptions()
        .event_store.client.Empty list_all_subscriptions = 1;
        Returns:
        Whether the listAllSubscriptions field is set.
      • getListAllSubscriptions

        Shared.Empty getListAllSubscriptions()
        .event_store.client.Empty list_all_subscriptions = 1;
        Returns:
        The listAllSubscriptions.
      • getListAllSubscriptionsOrBuilder

        Shared.EmptyOrBuilder getListAllSubscriptionsOrBuilder()
        .event_store.client.Empty list_all_subscriptions = 1;
      • hasListForStream

        boolean hasListForStream()
        .event_store.client.persistent_subscriptions.ListReq.StreamOption list_for_stream = 2;
        Returns:
        Whether the listForStream field is set.
      • getListForStream

        Persistent.ListReq.StreamOption getListForStream()
        .event_store.client.persistent_subscriptions.ListReq.StreamOption list_for_stream = 2;
        Returns:
        The listForStream.