com.latencybusters.lbm
Interface LBMWildcardPatternCallback
public interface LBMWildcardPatternCallback
Interface used for wildcard receiver application callback pattern types
Method Summary |
int |
comparePattern(java.lang.String topic,
java.lang.Object cbArg)
Callback function called when a pattern match is desired for a topic
discovered for a wildcard receiver. |
comparePattern
int comparePattern(java.lang.String topic,
java.lang.Object cbArg)
- Callback function called when a pattern match is desired for a topic
discovered for a wildcard receiver. The function does not use an event
queue.
- Parameters:
topic
- Topic string to evaluatecbArg
- Callback object token
- Returns:
- 0 - indicates that the given topic should be considered part of
the wildcard, 1 or more - indicates that the topic should not be
considered matching the wildcard.
- See Also:
LBMWildcardReceiverAttributes.setPatternCallback(com.latencybusters.lbm.LBMWildcardPatternCallback, java.lang.Object)
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.