Commit f7ca41d2 by yinyong

update config

parent 86cd50b9
package com.bailuntec.service; package com.bailuntec.service;
import com.bailuntec.dto.AlarmMessageDto;
import javax.mail.MessagingException; import javax.mail.MessagingException;
import javax.mail.NoSuchProviderException;
import java.security.GeneralSecurityException; import java.security.GeneralSecurityException;
import java.util.List;
public interface SkyWalkingNoticeService { public interface SkyWalkingNoticeService {
void send(String subject, String content) throws GeneralSecurityException, MessagingException; void send(List<AlarmMessageDto> alarmMessageList) throws GeneralSecurityException, MessagingException;
void sendComplex() throws GeneralSecurityException, MessagingException; void sendComplex() throws GeneralSecurityException, MessagingException;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment