ildfly-clustering-weld-ejb.34.0.0.Final.source-code.org.jboss.as.ejb3.component.stateful.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wildfly-clustering-weld-ejb Show documentation
Show all versions of wildfly-clustering-weld-ejb Show documentation
Marshalling optimizations for weld-ejb module.
package org.jboss.as.ejb3.component.stateful;
import "org.jboss.ejb.client.proto";
/**
* @TypeId(360)
*/
message StatefulSerializedProxy {
optional string viewName = 1;
optional org.jboss.ejb.client.SessionID sessionId = 2;
}