use iso format
This commit is contained in:
parent
2180416004
commit
1529649389
@ -1,7 +1,7 @@
|
||||
package mq
|
||||
|
||||
import api.ApiObject
|
||||
import com.google.gson.Gson
|
||||
import com.google.gson.GsonBuilder
|
||||
import com.rabbitmq.client.*
|
||||
import database.service.ISampleObjectService
|
||||
import org.koin.core.component.KoinComponent
|
||||
@ -9,7 +9,7 @@ import org.koin.core.component.inject
|
||||
|
||||
class DatabaseConsumer (channel: Channel) : Consumer, KoinComponent {
|
||||
private val resultObjectService: ISampleObjectService by inject()
|
||||
private val gson = Gson()
|
||||
private val gson = GsonBuilder().setDateFormat("yyyy-MM-dd'T'HH:mm:ssz").create()
|
||||
private val basicChannel = channel
|
||||
override fun handleConsumeOk(consumerTag: String?) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user