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

link.thingscloud.freeswitch.esl.spring.boot.starter.template.DefaultInboundClientOptionHandlerTemplate Maven / Gradle / Ivy

package link.thingscloud.freeswitch.esl.spring.boot.starter.template;

import link.thingscloud.freeswitch.esl.inbound.option.InboundClientOption;
import link.thingscloud.freeswitch.esl.spring.boot.starter.handler.AbstractInboundClientOptionHandler;

/**
 * 

DefaultInboundClientOptionHandlerTemplate class.

* * @author zhouhailin * @version 1.0.0 */ public class DefaultInboundClientOptionHandlerTemplate extends AbstractInboundClientOptionHandler { /** * {@inheritDoc} */ @Override protected void intercept(InboundClientOption inboundClientOption) { } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy