Foundations Apex API Developer Reference

fferpcore.SubscriptionMatcher

global interface SubscriptionMatcher

Interface capable of matching a fferpcore.DeliveredMessage for filtering when handling messages.

Methods

matches

Boolean matches(fferpcore.DeliveredMessage message)

Determines whether the given fferpcore.DeliveredMessage is a match.

Input Parameters

Name Type Description
message fferpcore.DeliveredMessage The DeliveredMessage to be checked for a match.

Return Value

A Boolean value indicating whether the message is a match.

© Copyright 2009–2021 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.