Class InvalidateShardAction
- java.lang.Object
-
- discord4j.common.store.action.gateway.InvalidateShardAction
-
- All Implemented Interfaces:
StoreAction<Void>
public class InvalidateShardAction extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvalidationCausegetCause()intgetShardIndex()
-
-
-
Method Detail
-
getCause
public InvalidationCause getCause()
-
getShardIndex
public int getShardIndex()
-
-