Package org.elypia.webhooker
Class Client
- java.lang.Object
-
- org.elypia.webhooker.Client
-
public class Client extends Object
-
-
Constructor Summary
Constructors Constructor Description Client(String uuid, Dispatcher... dispatchers)Client(UUID uuid, List<Dispatcher> callbacks)Client(UUID uuid, Dispatcher... dispatchers)Client(Dispatcher... dispatchers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCallbacks(Dispatcher... dispatchers)booleanequals(Object object)List<Dispatcher>getCallbacks()UUIDgetUuid()
-
-
-
Constructor Detail
-
Client
public Client(Dispatcher... dispatchers)
-
Client
public Client(String uuid, Dispatcher... dispatchers)
-
Client
public Client(UUID uuid, Dispatcher... dispatchers)
-
Client
public Client(UUID uuid, List<Dispatcher> callbacks)
-
-
Method Detail
-
addCallbacks
public void addCallbacks(Dispatcher... dispatchers)
-
getUuid
public UUID getUuid()
-
getCallbacks
public List<Dispatcher> getCallbacks()
-
-