uklance / tapestry-cometd

A push library for Tapestry5 based on CometD
17 stars 3 forks source link

Configurable ChannelIdSource #22

Closed uklance closed 12 years ago

uklance commented 12 years ago

Configure a default ChannelIdSource in tapestry IOC which can be overridden

public interface ChannelIdSource {
   public String getChannelId(ComponentResources componentResources, String clientId);
}