Interface EventTemplateProvider

All Known Implementing Classes:
SpaceRemotingServiceExporter

public interface EventTemplateProvider
A template provider allowing for custom implementations to provide a template used for matching on events to receive.

Can be used when a SpaceDataEventListener is provided that also controls the template associated with it. This of course depends on the container and containers should take it into account (such as SimplePollingEventListenerContainer and SimpleNotifyEventListenerContainer.

Author:
kimchy
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the template that will be used for matching on events.
  • Method Details

    • getTemplate

      Object getTemplate()
      Returns the template that will be used for matching on events.