Package org.elypia.webhooker.controller
Class SuppliedClientController
- java.lang.Object
-
- org.elypia.webhooker.controller.SuppliedClientController
-
- All Implemented Interfaces:
Iterable<Client>,ClientController
public abstract class SuppliedClientController extends Object implements ClientController
Small abstraction,ClientControllerthat require theDispatcherSuppliercan extend this class instead which will prep it for obtaining Dispatchers from a (de)serializeddispatcher ID.
-
-
Field Summary
Fields Modifier and Type Field Description protected DispatcherSuppliersupplier
-
Constructor Summary
Constructors Constructor Description SuppliedClientController()SuppliedClientController(DispatcherSupplier supplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DispatcherSuppliergetSupplier()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elypia.webhooker.controller.ClientController
add, add, add, get, get, getAll, iterator
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
supplier
protected DispatcherSupplier supplier
-
-
Constructor Detail
-
SuppliedClientController
public SuppliedClientController()
-
SuppliedClientController
public SuppliedClientController(DispatcherSupplier supplier)
-
-
Method Detail
-
getSupplier
public DispatcherSupplier getSupplier()
-
-