All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wildfly.swarm.config.ejb3.remoting_profile.RemotingEJBReceiverSupplier Maven / Gradle / Ivy

package org.wildfly.swarm.config.ejb3.remoting_profile;

import java.lang.FunctionalInterface;

@FunctionalInterface
public interface RemotingEJBReceiverSupplier {

	/**
	 * Constructed instance of RemotingEJBReceiver resource
	 * 
	 * @return The instance
	 */
	public RemotingEJBReceiver get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy