Interface ShardManager

All Superinterfaces:
IGuildChannelContainer<Channel>
All Known Implementing Classes:
DefaultShardManager

public interface ShardManager extends IGuildChannelContainer<Channel>
This class acts as a manager for multiple shards. It contains several methods to make your life with sharding easier.
Custom implementations may not support all methods and throw UnsupportedOperationExceptions instead.
Since:
3.4
Author:
Aljoscha Grebe