isAllStreamSupported method

bool isAllStreamSupported()

Check if persistent subscription on SystemStreams.AllStream is supported by EventStoreClientSettings.apiVersion in current settings.

Implementation

bool isAllStreamSupported() => isFeatureSupported(
      ApiFeature.PersistentSubscriptionOnAllStream,
    );