Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'seas-sandbox' of github.com:linkedin/sensei into seas-s…
Browse files Browse the repository at this point in the history
…andbox
  • Loading branch information
zhuang committed May 16, 2013
2 parents d498dd7 + e3ff0e7 commit e35c7cd
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,14 @@ public void destroy() {
super.destroy();
}
}


/**
* This class is a hack to allow the servlet to export the broker components
* to outside services. Since this components are instantiated here as part
* of the servlet initialization, it is a workaround to expose it through a
* placed holder instance injected via ServletContext by the builder of this
* servlet and its container.
*/
public static class SenseiBrokerExport {
public AbstractSenseiClientServlet servlet;
public ClusterClient clusterClient;
Expand Down

0 comments on commit e35c7cd

Please sign in to comment.