Interface GatewayInfo

All Superinterfaces:
Entity
All Known Implementing Classes:
GatewayInfoImpl

public interface GatewayInfo extends Entity
Since:
12/10/18.
Author:
amy
  • Method Details

    • valid

      boolean valid()
    • url

      @Nonnull String url()
    • shards

      @Nonnegative int shards()
    • totalSessions

      @Nonnegative int totalSessions()
    • remainingSessions

      @Nonnegative int remainingSessions()
    • resetAfter

      @Nonnegative long resetAfter()