Interface NamedCacheService.Dependencies

All Superinterfaces:
BaseGrpcServiceImpl.Dependencies, GrpcService.Dependencies, GrpcServiceDependencies
All Known Implementing Classes:
NamedCacheService.DefaultDependencies
Enclosing interface:
NamedCacheService

public static interface NamedCacheService.Dependencies extends BaseGrpcServiceImpl.Dependencies
The dependencies to configure a NamedCacheService.
  • Field Details

    • NO_EVENTS_HEARTBEAT

      static final long NO_EVENTS_HEARTBEAT
      The default heartbeat frequency value representing no heartbeats to be sent.
      See Also:
  • Method Details

    • getEventsHeartbeat

      long getEventsHeartbeat()
      Returns the frequency in millis that heartbeats should be sent by the proxy to the client bidirectional events channel.
      Returns:
      the frequency in millis that heartbeats should be sent by the proxy to the client bidirectional events channel