public class FilterProcessorActor<K> extends org.nustaq.kontraktor.Actor<FilterProcessorActor> implements ChangeReceiver<K>, ChangeStream<K>
| Constructor and Description |
|---|
FilterProcessorActor() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(RecordIterable<K> iterable) |
void |
receive(ChangeMessage<K> change) |
void |
subscribe(Subscriber<K> subs) |
void |
unsubscribe(Subscriber<K> subs) |
__addDeadLetter, __addRemoteConnection, __addStopHandler, __enqueueCall, __getCachedMethod, __removeRemoteConnection, __stop, __submit, ask, asyncstop, checkThread, close, closeCurrentClient, current, delayed, exec, execute, getActor, getActorRef, getCallbackSize, getConnections, getCurrentDispatcher, getFactory, getMailboxSize, getQSizes, getReport, getScheduler, getSubMonitorables, getThrowExWhenBlocked, hasStopped, inside, inThread, isCallbackQPressured, isMailboxPressured, isProxy, isPublished, isRemote, isStopped, ping, self, serialOn, setThrowExWhenBlocked, stop, stopSafeClose, tellAddDeadLetter, all, all, all, AsActor, AsActor, AsActor, AsActor, awaitAll, awaitAll, awaitAll, awaitAll, complete, complete, DeadLetters, InThread, isComplete, isCont, isError, isErrorOrComplete, isResult, isTimeout, race, race, reject, resolve, resolve, stream, SubmitDelayed, yield, yield, yieldCallbacksclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsubscribeOn, subscribeOnpublic void init(RecordIterable<K> iterable)
public void receive(ChangeMessage<K> change)
receive in interface ChangeReceiver<K>public void subscribe(Subscriber<K> subs)
subscribe in interface ChangeStream<K>public void unsubscribe(Subscriber<K> subs)
unsubscribe in interface ChangeStream<K>Copyright © 2015. All rights reserved.