Re: [akka-user] PubSub - Scribe with filter

2017-06-26 Thread Gajendra Naidu
her actor in-between). > /Patrik > tors 22 juni 2017 kl. 08:44 skrev Gajendra Naidu <gajendr...@gmail.com > >: > >> Just wondering if there is a way in AKKA - DistributedPubSub to subscribe >> messages with some filter like take the function as a parameter. The >> fun

[akka-user] PubSub - Scribe with filter

2017-06-22 Thread Gajendra Naidu
Just wondering if there is a way in AKKA - DistributedPubSub to subscribe messages with some filter like take the function as a parameter. The function should be like f(x) => boolean and send the message if the function returns true. mediator ? DistributedPubSubMediator.Subscribe(subscription,