com.latencybusters.lbm
Interface LBMWildcardReceiverCreateCallback


public interface LBMWildcardReceiverCreateCallback

Interface for wildcard receiver internal receiver creation callbacks.

Since:
LBM 3.3.7

Method Summary
 int onReceiverCreate(java.lang.String topicName, LBMReceiverAttributes attr, java.lang.Object cbArg)
          New receiver create callback for internal per-topic receivers of an LBMWildcardReceiver.
 

Method Detail

onReceiverCreate

int onReceiverCreate(java.lang.String topicName,
                     LBMReceiverAttributes attr,
                     java.lang.Object cbArg)
New receiver create callback for internal per-topic receivers of an LBMWildcardReceiver.

Parameters:
topicName - Topic name matched by the newly created internal receiver.
attr - LBMReceiverAttributes object that will be used to create the receiver; options may be changed before the callback method completes.
cbArg - Client callback object.
Returns:
0 always.


All of the documentation and software included in this and any other Informatica Inc "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with 29West Inc. Copyright © 2004-2014, Informatica, Inc. All Rights Reserved.